From: Giuseppe Mazzotta Date: Tue, 12 May 2015 14:51:42 +0000 (+0000) Subject: Document '-F' option of create subcommand. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~3258 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=b3c8f22904c13e29739c87bb3e947a2a0bea91d9;p=xen.git Document '-F' option of create subcommand. Other options are still missing and not part of this patch. Signed-off-by: Giuseppe Mazzotta Acked-by: Ian Campbell --- diff --git a/docs/man/xl.pod.1 b/docs/man/xl.pod.1 index 16783c8ea0..02bf5312fa 100644 --- a/docs/man/xl.pod.1 +++ b/docs/man/xl.pod.1 @@ -115,6 +115,9 @@ Create will return B as the domain is started. This B mean the guest OS in the domain has actually booted, or is available for input. +If the I<-F> option is specified, create will start the domain and not +return until its death. + B =over 4 @@ -131,6 +134,10 @@ Use the given configuration file. Leave the domain paused after it is created. +=item B<-F> + +Run in foreground until death of the domain. + =item B<-V>, B<--vncviewer> Attach to domain's VNC server, forking a vncviewer process.